CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Server qt

搜索资源列表

  1. webserver

    0下载:
  2. 这是一个VC++和QT一起开发的Web应用程序的服务器部分。-This is a VC++ and QT development with the Web server part of the application.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:8133
    • 提供者:hua
  1. AOS

    0下载:
  2. this program is a Auto Ordering System which is used in the Embedded-based System. this system use socket-communication(TCP) to communicate server - accountDB system -this program is a Auto Ordering System which is used in the Embedded-based System
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-13
    • 文件大小:3400673
    • 提供者:Henrty
  1. DHLQT

    0下载:
  2. DVR软件,服务器程序,硬件需要大华视频卡,软件需要安装QT系统为LINUX核心2.4+ -DVR software, server hardware and video card need Dahua, software systems need to install QT for the LINUX core 2.4+
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-22
    • 文件大小:6878558
    • 提供者:MaDao
  1. five

    0下载:
  2. 网络五子棋,具有服务器端和客户端,基于QT-Gobang network with a server-side and client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-03
    • 文件大小:15425732
    • 提供者:sword
  1. DAU

    0下载:
  2. DAU数据采集器,用于服务器端,监测客户端发来的dau数据的-DAU data acquisition system for the server-side, monitoring the client sent the data dau
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:266471
    • 提供者:wyw
  1. chat

    1下载:
  2. 一个简单的聊天室,分客户端和服务器端,可以实现基本的对话聊天-A simple chat room, sub-client and server side, you can basically achieve the chat dialogue
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:90790
    • 提供者:xuying
  1. 2-server

    0下载:
  2. 传感器模块 远程监控模块 socket模块等-Sensor Module Remote Monitoring Module socket module
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:227586
    • 提供者:xuying
  1. QTSS

    0下载:
  2. 这个手册描述的是为开放源码的Darwin流媒体服务器创建QuickTime流媒体服务器(QTSS)模块所需要的编程接口,版本为4.0。QTSS编程接口为开发者提供了一种易于使用的开发方式,用于为流媒体服务器添加新的功能。这个版本的编程接口和版本5的QuickTime流媒体服务器互相兼容。-This manual describes the open source Darwin Streaming Server QuickTime Streaming Server to create (QTSS)
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-09
    • 文件大小:1101899
    • 提供者:hoptyy
  1. Desktop.tar

    0下载:
  2. 简单的聊天程序 包括客户端和服务器端,可以实现局域网中间的聊天功能-A simple chat program, including client and server side can be achieved among local area network chat
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-27
    • 文件大小:936705
    • 提供者:gengshuxia
  1. MyICQ-0.8-alpha1

    0下载:
  2. MyICQ是一套公开源代码的即时通讯软件,包括服务器端和客户端,可以用于互联网或局域网中。可以运行在Windows或Linux(KDE/Qt)操作系统上,这是Windows版。目前客户端程序的界面完全模仿腾讯的-MyICQ is a set of open-source instant messaging software, including server-side and client-side, can be used on the Internet or LAN. Can run on
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-09
    • 文件大小:1050739
    • 提供者:tao
  1. SOCKETDemo

    0下载:
  2. 用类封装了Client,Server,还有专门的类用来发送和接收,即CSocketSender和CSocketServer。是个很好的面向对象源代码-With class encapsulates Client, Server, there are also special classes used to send and receive, that is, CSocketSender and CSocketServer. It s a good object-oriented source c
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-21
    • 文件大小:6572162
    • 提供者:hua
  1. socketBasedQt4

    0下载:
  2. 客户端连接服务器后,可以和服务器完成相互通信功能。通信的信息种类包括聊天消息、服务关闭、用户下线。-Clients connect to the server, it can be completed and servers communicate with each other feature. The kind of information communication including chat messages, services, shut down, users offline.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-10
    • 文件大小:2332711
    • 提供者:腾飞
  1. server-client

    0下载:
  2. 一个简单的客户服务器分布式系统,可以在此基础上稍微修改,就能更强大。-a pictures viewer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:1004947
    • 提供者:
  1. Qt_QSharedMemory_Example_v1_2_en

    0下载:
  2. This Qt C++ application demonstrates how to share memory between processes. The client GUI application and the server executable share memory through QSharedMemory. The example has two shared memory areas: one for the client to command the server, an
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:90600
    • 提供者:何庆茹
  1. mysocket

    0下载:
  2. 用Qt实现Socket通信,比如两个计算机之间的聊天,这是一个服务器端,将两个服务器端装在不同的机器上面,就可以通信了-Socket Communications to achieve with Qt, such as a chat between two computers, a server-side, two server-side mounted on top of different machines, you can communicate the
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:453208
    • 提供者:看看
  1. serverwin.tar

    0下载:
  2. QT写的一个流媒体服务器端调用ffmpeg和ffserver的程序-Write a QT streaming media server-side program called ffmpeg and ffserver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:42324
    • 提供者:cc
  1. m_server

    0下载:
  2. socket通信server端,连接MYSQL,可以实现client端发包的接收,和数据库的查找,添加-communication server-side socket, the connection MYSQL, can achieve the receiving client-side bidding, and database search, add
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:968337
    • 提供者:tom
  1. Lam_qt

    0下载:
  2. 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:139911
    • 提供者:stone
  1. clientNEW

    0下载:
  2. 基于QT的手持无线终端, 其功能 是向服务器发送点菜信息。-QT-based hand-held wireless terminal, its function is to send the ordering information to the server.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-02
    • 文件大小:652436
    • 提供者:舒志强
  1. server

    0下载:
  2. 自己用QT写的简单界面程序。在linux下可运行,并且可以移植。-Write their own simple interface with QT programs. Can be run under the linux, and can be transplanted.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:545846
    • 提供者:上官亦儿
« 1 23 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com